home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
smashing.swf
/
scripts
/
DefineSprite_267
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-03-12
|
193b
|
9 lines
if(!dummy)
{
_parent._parent.brickNumber = _parent._parent.brickNumber + 1;
_name = "brick" + _parent._parent.brickNumber;
destructible = true;
pointsWorth = 100;
}
stop();